home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / default.mat < prev    next >
Encoding:
Text File  |  2004-01-05  |  422 b   |  26 lines

  1.  
  2.  
  3. Shader()
  4. {
  5.     cull("none")
  6.     cleardepthstencil()
  7.  
  8.     stream("position", 0)
  9.     stream("normal", 0)
  10.     stream("color", 0)
  11.     stream("texcoord", 0)
  12.     stream("texcoord", 1)
  13.  
  14.     Pass()
  15.     {
  16.         tmu()
  17.         {
  18.             colorop("mul", "tfactor", "tfactor_a", "current")
  19.         }
  20.         Tfactor(1,1,0,1)
  21.         colorgen("tfactor", "none", 0, 0, 0, "sin", 0.75, 20, 0.25)
  22.     }
  23. }
  24.  
  25.  
  26.